use gtk_box_pack_start() instead of the deprecated
authorMichael Natterer <mitch@imendio.com>
Mon, 21 Jul 2008 14:35:51 +0000 (14:35 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 21 Jul 2008 14:35:51 +0000 (14:35 +0000)
commit8a1bdcbe4a98e067634d61a52e5235c90723bfa9
treeeb4d8423cc51ff2fb24411f21a59b2ad3c848138
parent1db019204296a7eee28dab2b23a0e0397af6dd38
use gtk_box_pack_start() instead of the deprecated

2008-07-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtkbox.c (gtk_box_add): use gtk_box_pack_start() instead of
the deprecated gtk_box_pack_start_defaults().

* gtk/gtkbindings.c (gtk_binding_entry_add_signal)
(gtk_binding_parse_signal): use _gtk_binding_entry_add_signall()
instead of the deprecated gtk_binding_entry_add_signall().

svn path=/trunk/; revision=20885
ChangeLog
gtk/gtkbindings.c
gtk/gtkbox.c